This website uses optional cookies to provide the best experience possible to the user. In line with GDPR regulations, please indicate if you would like to accept these optional cookies or reject them to only use essential cookies. You can learn more by reading our privacy policy.

Articles related to: "Machine Learning"

Generative Art with CNC
19th Aug 2023
Making Things CNC Art Machine Learning

In this article I am going to talk about a recent project where I used AI techniques to generate some unique art pieces using my DIY CNC machine.

Go ML - Vol 2
28th Apr 2021
Go Machine Learning Multivariate Linear Regression Mean Normalization

In the second installment of my series on machine learning and Go, I am going to dive into some more complicated topics of machine learning. In this article I'm going to cover multivariate linear regression and mean normalization. I am also going to cover how the Go command line tool I've built can do hyperparameter tuning and some concepts behind it.

Go ML - Vol 1
25th Feb 2021
Go Machine Learning Linear Regression

I recently completed Andrew Ng's fantastic ML course on Coursera. So I decided to take a stab at implementing some things I learned using Go. I built a simple command line tool that performs linear regression.